Previous Book Contents Book Index Next

Inside Macintosh: Open Transport /
Chapter 10 - AppleTalk Addressing / AppleTalk Addressing Reference
Functions


OTInitNBPEntity

Initializes an NBP entity structure.

C INTERFACE
void OTInitNBPEntity(NBPEntity* nbpEntity);
C++ INTERFACES
None. C++ applications use the C interface to this function.

PARAMETERS
nbpEntity
A pointer to the NBP entity structure you wish to initialize.
DESCRIPTION
The OTInitNBPEntity function initializes an NBP entity structure, setting the name, type and zone parts of an NBP name to empty strings.

SEE ALSO
The NBP entity structure is described in the section "The NBP Entity Structure," beginning on page 10-20.

To store the name, type, and zone parts of an NBP name in an NBP entity structure, use the OTSetNBPType function (page 10-32), the OTSetNBPType function (page 10-32), and the OTSetNBPZone function (page 10-34), respectively.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 AUG 1996